projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e69f87
)
Disable primary paste by default
author
William Jon McCann
<william.jon.mccann@gmail.com>
Thu, 27 Jun 2013 01:41:45 +0000
(21:41 -0400)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Thu, 27 Jun 2013 01:41:45 +0000
(21:41 -0400)
gtk/gtksettings.c
patch
|
blob
|
history
diff --git
a/gtk/gtksettings.c
b/gtk/gtksettings.c
index ae43f3abcc1d109e73e455ad810cad254d76e884..a389d6a9895e016890c915b1891f5d0c750e978e 100644
(file)
--- a/
gtk/gtksettings.c
+++ b/
gtk/gtksettings.c
@@
-1490,7
+1490,7
@@
gtk_settings_class_init (GtkSettingsClass *class)
g_param_spec_boolean ("gtk-enable-primary-paste",
P_("Enable primary paste"),
P_("Whether a middle click on a mouse should paste the 'PRIMARY' clipboard content at the cursor location."),
-
TRU
E,
+
FALS
E,
GTK_PARAM_READWRITE),
NULL);
g_assert (result == PROP_ENABLE_PRIMARY_PASTE);